Ecovacs MCP Server

Created By
ecovacs-aia year ago
Ecovacs core API now fully supports the MCP protocol, making it the world's first robot service provider compatible with the MCP protocol. Ecovacs has completed the integration of 4 core API interfaces with the MCP protocol, including device list query, cleaning control, recharging control, and working status query. As the world's first cleaning robot service provider to support the MCP protocol, after the release of Ecovacs MCP Server, AI agent developers only need simple configuration to quickly access robot services in large language models, enabling query, cleaning, recharging, and other capabilities. This significantly lowers the threshold for calling robot control services during AI agent application development and greatly improves the development efficiency of AI agent applications.
Overview
{
    "mcpServers": {
        "ecovacs_mcp": {
            "command": "/Users/home/.local/bin/uv",
            "args": [
                "--directory",
                "/Users/home/ecovacs-mcp-main/ecovacs_mcp",
                "run",
                "robot_mcp_stdio.py"
            ],
            "env": {
                "ECO_API_KEY": "your AK...........",
                "ECO_API_URL": "https://open.ecovacs.com"
            }
        }
    }
}

Server Config

{
  "mcpServers": {
    "ecovacs_mcp": {
      "command": "/Users/home/.local/bin/uv",
      "args": [
        "--directory",
        "/Users/home/ecovacs-mcp-main/ecovacs_mcp",
        "run",
        "robot_mcp_stdio.py"
      ],
      "env": {
        "ECO_API_KEY": "your AK...........",
        "ECO_API_URL": "https://open.ecovacs.com"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
ecovacs-ai
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago